crypto/tls.clientHandshakeStateTLS13.keyShareKeys (field)
6 uses
crypto/tls (current package)
handshake_client.go#L333: keyShareKeys: keyShareKeys,
handshake_client_tls13.go#L27: keyShareKeys *keySharePrivateKeys
handshake_client_tls13.go#L57: if hs.keyShareKeys == nil || hs.keyShareKeys.ecdhe == nil || len(hs.hello.keyShares) == 0 {
handshake_client_tls13.go#L327: hs.keyShareKeys, hello.keyShares, err = ke.keyShares(c.config.rand())
handshake_client_tls13.go#L478: sharedKey, err := ke.clientSharedSecret(hs.keyShareKeys, hs.serverHello.serverShare.data)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |